home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
POINT Software Programming
/
PPROG1.ISO
/
pascal
/
swag
/
comm.swg
/
0051_Flushing Fossil Buffers.pas
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Pascal/Delphi Source File
|
1994-08-24
|
155 b
|
12 lines
Procedure PurgeInput; assembler;
{ Purges the input buffer -- Empties it into obilivion! }
asm
mov AH, $0A
mov DX, port
Int $14
End;